- Dictionary Example: IMDBLookup.py data file imdb.pre1950.txt This lets you enter a query for a movie name and get back a list of the actors in the movie.
- Notes on Tuples
- Notes on Sets
- Example program lookup.py data file words25K.txt This builds both a set and a list of the words in the dictionary and then times 25,000 queries of whether a particular word is in the structure.